home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / pet_1112.swf / scripts / DefineSprite_464 / frame_1 / DoAction.as
Text File  |  2009-04-14  |  98b  |  7 lines

  1. two.setMask(one);
  2. var count = 0;
  3. two.onEnterFrame = function()
  4. {
  5.    this._rotation += 1;
  6. };
  7.